Keysight Pathwave 89600 VSA .NET API
Create(InstrumentId[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > HardwareGroupCollection Class > Create Method : Create(InstrumentId[]) Method


instrumentIds
List of InstrumentId references that make up the new group.

Glossary Item Box

Creates a new HardwareGroup based on a set of InstrumentId's and adds it to the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal ParamArray instrumentIds() As InstrumentId _
) As HardwareGroup
C# 
public abstract HardwareGroup Create( 
   params InstrumentId[] instrumentIds
)
C++/CLI 
public:
abstract HardwareGroup^ Create( 
   ... array<InstrumentId>^ instrumentIds
) 

Parameters

instrumentIds
List of InstrumentId references that make up the new group.

Return Value

A reference to the new HardwareGroup.

Remarks

Note: ApplyChanges must be called after you are done changing the groups in the configuration.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also